home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special XP & Vista / Chip Spesial XP & Vista.iso / 3_Gadgets / UEFA_Informer_Gadget / UEFAinfo.gadget / css / matches.css < prev    next >
Text (UTF-16)  |  2008-03-28  |  4KB  |  121 lines

  1. body { 
  2.     width: 332px;
  3.     height: 252px;
  4.     margin: 0;
  5.     padding: 0;
  6. }
  7.   
  8. #grName {
  9.       float: left;
  10.       margin-top: 24px;
  11.       margin-left: 15px;
  12.       height: 20px;
  13.       width: 206px;
  14.       text-align: center;
  15.       font-style: italic;
  16.       font-weight: bold;
  17.      font-size :14px;
  18.       font-family: Calibri;
  19. }
  20.  
  21. #logo {
  22.     margin-left: 248px;
  23.       margin-top: 12px;
  24.       height: 50px;
  25.       width: 50px;
  26.       text-align: center;
  27. }
  28.  
  29. #content {
  30.       margin-top: 3px;
  31.       margin-left: 14px;
  32.       height: 170px;
  33.       width: 298px;
  34.     overflow: auto;
  35.     scrollbar-track-color: #ffffff;
  36.     scrollbar-base-color: #cecece;
  37.      font-size : 14px;
  38.       font-family: Calibri;
  39. }
  40.  
  41. #content table {
  42.     width: 280px;
  43. /*    height: 100%;*/
  44.      font-size: 11px;
  45.       font-family: Calibri;
  46. }
  47.  
  48. .Bold {
  49.     font-weight: bold;
  50. }
  51.  
  52. #navRound {
  53.     display: none;
  54.     clear: both;
  55.       margin-top: -5px;
  56.       margin-left: 20px;
  57.       height: 20px;
  58.       width: 200px;
  59.      font-size :11px;
  60.       font-family: Calibri;
  61. }
  62.  
  63. #prevRound {
  64.     float: left;
  65.     width: 60px;
  66.     text-align: right;
  67.     color: black;
  68.     text-decoration: none;
  69. }
  70.  
  71. #leftArrow {
  72.       position: absolute;
  73.       margin-left: -23px;
  74.       margin-top: -3px;
  75.       border: 0px solid;
  76. }
  77.  
  78. #curRound {
  79.     float: left;
  80.     text-align: center;
  81.     width: 80px;
  82. }
  83.  
  84. #numRound {
  85.     width: 19px;
  86.     height: 19px;
  87.      font-size :11px;
  88.       font-family: Calibri;
  89.       margin-left: 3px;
  90.       margin-top: -2px;
  91.       text-align: right;
  92. }
  93.  
  94. #textRound {
  95.     position: relative;
  96.     top: -3px;
  97. }
  98.  
  99. #nextRound {
  100.     margin-left: -4px;
  101.     width: 60px;
  102.     text-align: left;
  103.     color: black;
  104.     text-decoration: none;
  105. }
  106.  
  107. #rightArrow {
  108.       position: absolute;
  109.       margin-top: -3px;      
  110.       margin-left: 23px;
  111.       border: 0px solid;
  112. }
  113.  
  114. .centered{
  115.     margin-top: expression((
  116.     document.getElementById("content").offsetHeight/2)
  117.     -(parseInt(offsetHeight)/2) <0 ? "0" :
  118.     (document.getElementById("content").offsetHeight/2)
  119.     -(parseInt(offsetHeight)/2)-20 +'px');
  120.     text-align: center;
  121. }